home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
lisp
/
kcl
/
akcl
/
akcl1615.lha
/
h
/
sgi4d.defs
< prev
next >
Wrap
Lisp/Scheme
|
1991-03-23
|
1KB
|
54 lines
# Machine dependent makefile definitions for SGI Iris 3030
LBINDIR=/usr/local/bin
OFLAG =
LIBS = -lm -lbsd
ODIR_DEBUG= -g
NULLFILE = ../h/twelve_null
SHELL=/bin/sh
# .IGNORE:
# This CC string will be used for compilation of the system,
# and also in the compiler::*cc* variable for later compilation of
# lisp files.
# also defined in `machine'.h file
# The one here must be >= the one in the .h file.
# It must be a multiple of 0x200000 greater that 0x400000 the
# default text start.
DBEGIN= A00000
# If you don't plan on linking in a lot of other stuff
# like maxima, you can increase the -G 8 to -G 800 or so.
# That should be a bit faster..
CC = cc -DVOL=volatile -Olimit 798 -G 8 -I${AKCLDIR}/o -I/usr/include/bsd
LDCC = cc -Wl,-D -Wl,${DBEGIN}
# Where the original KCL distribution resides.
MAINDIR = /usr/chaos/marder/kcl
# Enable the fastloading mechanism which does not use ld -A
# requires c/rel_.. machine dependent code.
# RSYM = rsym
# SFASL = $(ODIR)/sfasl.o
# When using SFASL it is good to have (si::build-symbol-table)
# INITFORM=(si::build-symbol-table)
# incremental loading with -A requires -G 0
INITFORM=(setq compiler::*cc* "cc -DVOL=volatile -G 0 ")
# Use symbolic links
SYMB=-s
EMUL= $(ODIR)/sgi4d_emul.o
MPFILES= ${MPDIR}/mpi.o ${MPDIR}/lo-sgi4d.o ${MPDIR}/libmport.a
RANLIB= ar lts